Changeset 112 for trunk/src/os2ahci/Makefile
- Timestamp:
- Jul 6, 2011, 10:02:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r111 r112 73 73 74 74 SRCS = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c \ 75 apm.c ioctl.c 75 apm.c ioctl.c trace.c 76 76 77 77 OBJS = init.obj libc.obj os2ahci.obj pci.obj ahci.obj ata.obj atapi.obj \ 78 ctxhook.obj apm.obj ioctl.obj 78 ctxhook.obj apm.obj ioctl.obj trace.obj 79 79 80 80 INCS = os2ahci.h ahci.h version.h … … 84 84 85 85 clean: 86 rm -f $(OBJS) $(TARGET) 86 rm -f $(OBJS) $(TARGET) *.cod *.lst 87 87 88 88 … … 109 109 110 110 ioctl.obj: ioctl.c Makefile $(INCS) atapi.h ioctl.h 111 112 trace.obj: trace.c Makefile $(INCS) 111 113 112 114 os2ahci.def: version.h os2ahci.def.template
Note:
See TracChangeset
for help on using the changeset viewer.