makefile-engine: fixed build of kernel add-ons.

* Actually, hopefully: not yet tested.
* Automatic whitespace cleanup.
This commit is contained in:
Axel Dörfler
2014-03-25 23:36:26 +01:00
parent d941d6bac3
commit bff2690587
+2 -2
View File
@@ -96,8 +96,8 @@ endif
LDFLAGS += -shared -Xlinker -soname=$(NAME) LDFLAGS += -shared -Xlinker -soname=$(NAME)
else else
ifeq ($(strip $(TYPE)), DRIVER) ifeq ($(strip $(TYPE)), DRIVER)
LDFLAGS += -nostdlib /boot/develop/lib/x86/_KERNEL_ \ LDFLAGS += -nostdlib /boot/system/develop/lib/_KERNEL_ \
/boot/develop/lib/x86/haiku_version_glue.o /boot/system/develop/lib/haiku_version_glue.o
endif endif
endif endif
endif endif