Changes in uspace/srv/bd/ata_bd/Makefile [1b1164e8:e5773c6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/Makefile
r1b1164e8 re5773c6 29 29 30 30 USPACE_PREFIX = ../../.. 31 BINARY = ata_bd 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = ata_bd 32 34 33 35 SOURCES = \ 34 36 ata_bd.c 35 37 36 include $(USPACE_PREFIX)/Makefile.common38 include ../../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.