mirror of https://github.com/schoebel/mars
infra: fix Makefile for upstream
This commit is contained in:
parent
0990c8c176
commit
4ed387196c
|
@ -88,6 +88,7 @@ ifdef CONFIG_MARS_DEBUG
|
||||||
|
|
||||||
KBUILD_CFLAGS += -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once
|
KBUILD_CFLAGS += -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once
|
||||||
|
|
||||||
|
## remove_this
|
||||||
# This is currently not really used.
|
# This is currently not really used.
|
||||||
# We urge people to maintain it by including it in debug versions
|
# We urge people to maintain it by including it in debug versions
|
||||||
# (so the compiler may throw any complaints)
|
# (so the compiler may throw any complaints)
|
||||||
|
@ -99,7 +100,6 @@ mars-objs += \
|
||||||
mars_usebuf.o \
|
mars_usebuf.o \
|
||||||
|
|
||||||
endif
|
endif
|
||||||
## remove_this
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# buildtag.h should be regenerated in every build.
|
# buildtag.h should be regenerated in every build.
|
||||||
|
|
Loading…
Reference in New Issue