Changeset a416d070 in mainline for uspace/drv/intctl/icp-ic/Makefile
- Timestamp:
- 2017-10-16T15:50:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95c675b, b446b02
- Parents:
- 1974f56a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/icp-ic/Makefile
r1974f56a ra416d070 27 27 # 28 28 29 USPACE_PREFIX = ../../../.. 29 USPACE_PREFIX = ../../.. 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include 30 32 BINARY = icp-ic 31 33 32 34 SOURCES = \ 33 icp-ic.c 35 icp-ic.c \ 36 main.c 34 37 35 38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.