Commit a0e1b007 authored by Sam Ravnborg's avatar Sam Ravnborg

prismtech: Avoid recompile when changing compile dir

-I$(PWD) is superflous - and caused absolute path to be stored in build command - this
casuses recompile when using symlink to kernel.
Also deleted commented out -DCONFIG_PRISM_WDS. CONFIG_PRISM_WDS are not present in
any of the source files.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent f173ee05
......@@ -6,5 +6,3 @@ prism54-objs := islpci_eth.o islpci_mgt.o \
obj-$(CONFIG_PRISM54) += prism54.o
EXTRA_CFLAGS = -I$(PWD) #-DCONFIG_PRISM54_WDS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment