Skip to content

Commit 8f6d11f

Browse files
authored
Update Makefile
1 parent 69a7957 commit 8f6d11f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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 :=
145143
DEBUGGER :=
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:

0 commit comments

Comments
 (0)