summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d524ee42..505d964b9 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,13 @@ endif
all: headers uClibc_config.h subdirs $(DO_SHARED) done
+Config:
+ @echo
+ @echo "You didn't read the README, did you... =)"
+ @echo "Choose a configuration file in extras/Config/ and copy it to ./Config."
+ @echo
+ @exit 1
+
shared:
@$(MAKE) -C libc shared
ifeq ($(LDSO_PRESENT), $(TARGET_ARCH))