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 | 39c62b54db169f4c2212dc0068198155dc10dcb8 (patch) | |
tree | c8993398ceb95efe9a10018701307eec3ed48950 /package/rt2x00/src/Makefile | |
parent | cf9e2f568437d56b4075e24623a62201ae9b5a02 (diff) | |
download | upstream-39c62b54db169f4c2212dc0068198155dc10dcb8.tar.gz upstream-39c62b54db169f4c2212dc0068198155dc10dcb8.tar.bz2 upstream-39c62b54db169f4c2212dc0068198155dc10dcb8.zip |
rt2x00 fixes after [8548]:
* fix creating defines from kconfig
* revert auto-inclusion of rt2x00_compat.h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8551 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2x00/src/Makefile')
-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 |