makefile-engine: fixed build of kernel add-ons.
* Actually, hopefully: not yet tested. * Automatic whitespace cleanup.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user