summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2018-07-03 17:23:59 +0200
committerAlmuHS <liberamenso10000@gmail.com>2018-07-03 17:23:59 +0200
commit812c3fee55397e3ee250e42b4723167fd79bb3f3 (patch)
tree3cdafe361adc5caaec3aec5e249f7699833d808d
parent509f2c8fe6a78a12dd2330dca9674ab6b4c0b934 (diff)
added functions in clib_routines
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83ed57c0..0b032511 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -170,7 +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.
+ _START _start etext _edata end _end # actually ld magic, not libc.
+ ffs intel_startCPU local_bh_count local_irq_count
gnumach-undef: gnumach.$(OBJEXT)
$(NM_V) $(NM) -u $< | sed 's/ *U *//' | sort -u > $@
MOSTLYCLEANFILES += gnumach-undef