Really fixed build (while keeping the app in the build).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3277 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7be092433c
commit
121a2e82c0
@ -1,3 +1,20 @@
|
||||
SubDir OBOS_TOP src kernel apps cpuinfo ;
|
||||
|
||||
KernelObjects <$(SOURCE_GRIST)>main.c : -fpic -Wno-unused ;
|
||||
KernelObjects
|
||||
<$(SOURCE_GRIST)>main.c
|
||||
:
|
||||
-fpic
|
||||
;
|
||||
|
||||
KernelLd cpuinfo :
|
||||
libglue2.o
|
||||
<$(SOURCE_GRIST)>main.o
|
||||
libroot.so
|
||||
:
|
||||
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld
|
||||
:
|
||||
:
|
||||
:
|
||||
bin/cpuinfo
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user