Changeset e27e36e in mainline for uspace/drv/bus/adb/cuda_adb/Makefile
- Timestamp:
- 2017-10-04T17:39:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c188c62
- Parents:
- 7e55bed7
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/adb/cuda_adb/Makefile
r7e55bed7 re27e36e 28 28 29 29 USPACE_PREFIX = ../../../.. 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include 30 32 BINARY = cuda_adb 31 33 32 34 SOURCES = \ 33 cuda_adb.c 35 cuda_adb.c \ 36 main.c 34 37 35 38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.