Changeset f834dd81 in mainline for uspace/drv/intctl/obio/Makefile
- Timestamp:
- 2017-10-31T19:24:58Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3654684
- Parents:
- eca820c (diff), 2b11c3c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/obio/Makefile
reca820c rf834dd81 28 28 # 29 29 30 USPACE_PREFIX = ../../../.. 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIBDRV_PREFIX)/libdrv.a 32 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include 31 33 BINARY = obio 32 34 33 35 SOURCES = \ 36 main.c \ 34 37 obio.c 35 38
Note:
See TracChangeset
for help on using the changeset viewer.