summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2018-07-07 13:54:26 +0200
committerAlmuHS <liberamenso10000@gmail.com>2018-07-07 13:54:26 +0200
commitedd71a6891d0c2e4686f3e64b27a9d9840f47a1a (patch)
tree919b30dee31a8d1a806ed7f419cdafa0494b849f
parentc87f141a4144aa7b64e3d88a13aa113f7a8b2658 (diff)
add functions to Makefile
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b032511..fe6e75a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -170,8 +170,8 @@ clib_routines := htonl htons ntohl ntohs \
__divdi3 \
__rel_iplt_start __rel_iplt_end \
__ffsdi2 \
- _START _start etext _edata end _end # actually ld magic, not libc.
- ffs intel_startCPU local_bh_count local_irq_count
+ ffs intel_startCPU local_bh_count local_irq_count \
+ _START _start etext _edata end _end # actually ld magic, not libc.
gnumach-undef: gnumach.$(OBJEXT)
$(NM_V) $(NM) -u $< | sed 's/ *U *//' | sort -u > $@
MOSTLYCLEANFILES += gnumach-undef