diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-30 16:41:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-30 16:41:16 +0000 |
commit | 655027891294c054d43d554788f01c40f742ab11 (patch) | |
tree | 652f292b94cedb967977bef27cdf5c983caae426 /package/rt2x00/src | |
parent | 297cf0cb90538e2fdc2da388791d6f37a2ed7c6b (diff) | |
download | upstream-655027891294c054d43d554788f01c40f742ab11.tar.gz upstream-655027891294c054d43d554788f01c40f742ab11.tar.bz2 upstream-655027891294c054d43d554788f01c40f742ab11.zip |
rt2x00 fixes after [8548]: * fix creating defines from kconfig * revert auto-inclusion of rt2x00_compat.h
SVN-Revision: 8551
Diffstat (limited to 'package/rt2x00/src')
-rw-r--r-- | package/rt2x00/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rt2x00/src/Makefile b/package/rt2x00/src/Makefile index dd32cf6a20..842afbac20 100644 --- a/package/rt2x00/src/Makefile +++ b/package/rt2x00/src/Makefile @@ -97,6 +97,7 @@ endif endif MAKEFLAGS += --no-print-directory +CFLAGS := -include $(SUBDIRS)/rt2x00_compat.h $(CFLAGS) all: default |