summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc2ced258..8935ea227 100644
--- a/Makefile
+++ b/Makefile
@@ -186,7 +186,7 @@ uClibc_config.h: Config
@echo "#error Never include <bits/uClibc_config.h> directly; use <features.h> instead." >> uClibc_config.h
@echo "#endif" >> uClibc_config.h
@echo "#define linux 1" >> uClibc_config.h
- @echo "#define __linux_ 1" >> uClibc_config.h
+ @echo "#define __linux__ 1" >> uClibc_config.h
@if [ "$(HAS_MMU)" = "true" ] ; then \
echo "#define __UCLIBC_HAS_MMU__ 1" >> uClibc_config.h ; \
else \