Commit 8a9c1270 authored by David S. Miller's avatar David S. Miller

[ATM]: Add missing $(obj) to driver makefile.

parent 8b448243
...@@ -46,7 +46,7 @@ endif ...@@ -46,7 +46,7 @@ endif
ifeq ($(CONFIG_ATM_FORE200E_SBA),y) ifeq ($(CONFIG_ATM_FORE200E_SBA),y)
fore_200e-objs += fore200e_sba_fw.o fore_200e-objs += fore200e_sba_fw.o
ifeq ($(CONFIG_ATM_FORE200E_SBA_DEFAULT_FW),y) ifeq ($(CONFIG_ATM_FORE200E_SBA_DEFAULT_FW),y)
CONFIG_ATM_FORE200E_SBA_FW := sba200e_ecd.bin2 CONFIG_ATM_FORE200E_SBA_FW := $(obj)/sba200e_ecd.bin2
endif endif
endif endif
......
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