mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
14 lines
171 B
Makefile
14 lines
171 B
Makefile
|
|
obj-$(CONFIG_WIMAX) += wimax.o
|
|
|
|
wimax-y := \
|
|
id-table.o \
|
|
op-msg.o \
|
|
op-reset.o \
|
|
op-rfkill.o \
|
|
op-state-get.o \
|
|
stack.o
|
|
|
|
wimax-$(CONFIG_DEBUG_FS) += debugfs.o
|
|
|
|
|