Changes in uspace/lib/softfloat/Makefile [1b1164e8:cf240cb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/Makefile
r1b1164e8 rcf240cb 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -Iinclude -Iarch/$(UARCH)/include/ 32 LIBRARY = libsoftfloat 31 LIBS = $(LIBC_PREFIX)/libc.a 32 EXTRA_CFLAGS += -Iinclude -Iarch/$(UARCH)/include/ 33 34 OUTPUT = libsoftfloat.a 33 35 34 36 SOURCES = \ … … 43 45 generic/sub.c 44 46 45 include $(USPACE_PREFIX)/Makefile.common47 include ../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.