kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>
[linux-2.6-block.git] / scripts / Makefile.lib
index 194ae707167dbea4a2ef869ce5dfba3ca1236866..e3215b7652ee8721313a1816ba5e2b23712f7302 100644 (file)
@@ -152,6 +152,7 @@ __cpp_flags     = $(call flags,_cpp_flags)
 endif
 
 c_flags        = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE)     \
+                -include $(srctree)/include/linux/compiler_types.h       \
                 $(__c_flags) $(modkern_cflags)                           \
                 $(basename_flags) $(modname_flags)