projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de4734b
)
staging: fpgaboot: clean up Makefile
author
Paul Bolle
<
[email protected]
>
Thu, 3 Apr 2014 08:32:17 +0000
(10:32 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 15 Apr 2014 21:46:42 +0000
(14:46 -0700)
This Makefile tries to set the DEBUG macro but it uses an unknown
Kconfig macro to do so. Since no code appears to even care about the
DEBUG macro this line can safely be removed.
Signed-off-by: Paul Bolle <
[email protected]
>
Reviewed-by: Insop Song <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/gs_fpgaboot/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/gs_fpgaboot/Makefile
b/drivers/staging/gs_fpgaboot/Makefile
index 34cb606e0e3db82107290c60aa6b279f2a318c8d..d2f0211ba540b30fa4d54a82cf7b49b0f68dda96 100644
(file)
--- a/
drivers/staging/gs_fpgaboot/Makefile
+++ b/
drivers/staging/gs_fpgaboot/Makefile
@@
-1,4
+1,2
@@
gs_fpga-y += gs_fpgaboot.o io.o
obj-$(CONFIG_GS_FPGABOOT) += gs_fpga.o
-
-ccflags-$(CONFIG_GS_FPGA_DEBUG) := -DDEBUG