Commit 8b36e387 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

kbuild: Fix soundmodem/Makefile

gentbl is a program that generates some header files. The recent kbuild
changes have the "interesting" effect that this now outputs the header
files to the root directory of the kernel tree instead of
drivers/net/hamradio/soundmodem ...

The following patch fixes this breakage:
parent 17527296
......@@ -38,5 +38,5 @@ $(obj)/sm_hapn4800.o: $(obj)/sm_tbl_hapn4800.h
$(obj)/sm_fsk9600.o: $(obj)/sm_tbl_fsk9600.h
$(obj)/sm_tbl_%: $(obj)/gentbl
$(obj)/gentbl
cd $(obj) && ./gentbl
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