chiark / gitweb /
[PATCH] fix asmlinkage
[elogind.git] / Makefile
index 4107b96a3ff4e2ff582f45fa4e2a502b75bce8e7..4b8df13985c3277927312018d4518c4b28c1d72a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ OPTIMIZATION := ${shell if $(CC) -Os -S -o /dev/null -xc /dev/null >/dev/null 2>
 # add -Wredundant-decls when libsysfs gets cleaned up
 WARNINGS := -Wall 
 
-CFLAGS := -pipe -Dasmlinkage=
+CFLAGS := -pipe
 
 # set up the proper tdb spinlock code if we can
 ifeq ($(strip $(ARCH)),i386)