* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
5 lines
92 B
Makefile
5 lines
92 B
Makefile
|
|
include $(TOP)$(ROOT)config/linux/libs.mk
|
|
|
|
SYSLIBS := $(filter-out rt pthread, $(SYSLIBS))
|