File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,7 @@ RSRCS =
9191# - if your library does not follow the standard library naming scheme,
9292# you need to specify the path to the library and it's name.
9393# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
94- LIBS = /boot/system/lib/libbe.so \
95- /boot/system/lib/libroot.so \
96- /boot/system/lib/libtracker.so
94+ LIBS = be tracker $(STDCPPLIBS )
9795
9896# Specify additional paths to directories following the standard libXXX.so
9997# or libXXX.a naming scheme. You can specify full paths or paths relative
@@ -145,10 +143,10 @@ SYMBOLS :=
145143DEBUGGER :=
146144
147145# Specify any additional compiler flags to be used.
148- COMPILER_FLAGS = -g -I /boot/system/develop/headers
146+ COMPILER_FLAGS =
149147
150148# Specify any additional linker flags to be used.
151- LINKER_FLAGS = -lstdc++
149+ LINKER_FLAGS =
152150
153151# (Only used when "TYPE" is "DRIVER"). Specify the desired driver install
154152# location in the /dev hierarchy. Example:
You can’t perform that action at this time.
0 commit comments