Changeset 2a37b9f in mainline for uspace/drv/platform/amdm37x/Makefile
- Timestamp:
- 2014-08-28T19:54:48Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f2a9be
- Parents:
- 0ddb84b
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/Makefile
r0ddb84b r2a37b9f 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include 32 BINARY = rootamdm37x32 BINARY = amdm37x 33 33 34 34 SOURCES = \ 35 35 amdm37x.c \ 36 rootamdm37x.c36 main.c 37 37 38 38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.