Changeset 8a84484 in mainline for uspace/lib/drv/Makefile
- Timestamp:
- 2013-12-31T21:15:51Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b973dc, 6da3ef46
- Parents:
- 5c65e61
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/Makefile
r5c65e61 r8a84484 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -Iinclude -I$(LIBUSB_PREFIX)/include -I$(LIBPCM_PREFIX)/include 31 EXTRA_CFLAGS = \ 32 -Iinclude \ 33 -Igeneric/private \ 34 -I$(LIBUSB_PREFIX)/include \ 35 -I$(LIBPCM_PREFIX)/include 32 36 LIBRARY = libdrv 33 37
Note:
See TracChangeset
for help on using the changeset viewer.