diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-12-19 15:42:34 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-12-19 15:44:02 +0000 |
commit | 58faa1a6dbce2be38ab1107c2dc4335ac8df8a63 (patch) | |
tree | dbc4942c631fc0355dc6d4e2450315cf28c5cede /Makefile.user | |
parent | 299060a06e7c73de5cb9962edbca7f7f9e0b7f25 (diff) |
user: fix compilation without -fpie
Fixes breakage by 299060a06e7c73de5cb9962edbca7f7f9e0b7f25.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.user')
-rw-r--r-- | Makefile.user | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.user b/Makefile.user index 9e4f040e7c..7daedeff6d 100644 --- a/Makefile.user +++ b/Makefile.user @@ -2,7 +2,7 @@ include ../config-host.mak include $(SRC_PATH)/rules.mak -include config.mak +-include config.mak .PHONY: all |