Skip to content

Commit

Permalink
Merge branch gtisan:fixes/small-changes-Makefile
Browse files Browse the repository at this point in the history
Closes #214.
  • Loading branch information
Bitterblue Smith committed Jul 21, 2024
2 parents e0acafe + d359c0b commit fbe849a
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ rtw_core-objs += main.o \
fw.o \
ps.o \
sec.o \
wow.o \
bf.o \
regd.o \
sar.o

ifeq ($(CONFIG_PM), y)
rtw_core-objs += wow.o
endif

obj-m += rtw_8822b.o
rtw_8822b-objs := rtw8822b.o rtw8822b_table.o

Expand All @@ -74,8 +77,10 @@ endif
obj-m += rtw_8822bu.o
rtw_8822bu-objs := rtw8822bu.o

ifneq ($(CONFIG_MMC), )
obj-m += rtw_8822bs.o
rtw_8822bs-objs := rtw8822bs.o
endif

obj-m += rtw_8822c.o
rtw_8822c-objs := rtw8822c.o rtw8822c_table.o
Expand All @@ -97,17 +102,13 @@ rtw_8703b-objs := rtw8703b.o rtw8703b_tables.o
obj-m += rtw_8723x.o
rtw_8723x-objs := rtw8723x.o

ifneq ($(CONFIG_MMC), )
obj-m += rtw_8822cs.o
rtw_8822cs-objs := rtw8822cs.o

obj-m += rtw_8723x.o
rtw_8723x-objs := rtw8723x.o

obj-m += rtw_8723cs.o
rtw_8723cs-objs := rtw8723cs.o

obj-m += rtw_8723cs.o
rtw_8723cs-objs := rtw8723cs.o
endif

obj-m += rtw_8723d.o
rtw_8723d-objs := rtw8723d.o rtw8723d_table.o
Expand All @@ -120,8 +121,10 @@ endif
obj-m += rtw_8723du.o
rtw_8723du-objs := rtw8723du.o

ifneq ($(CONFIG_MMC), )
obj-m += rtw_8723ds.o
rtw_8723ds-objs := rtw8723ds.o
endif

obj-m += rtw_8821c.o
rtw_8821c-objs := rtw8821c.o rtw8821c_table.o
Expand All @@ -140,8 +143,10 @@ rtw_8821au-objs := rtw8821au.o
obj-m += rtw_8812au.o
rtw_8812au-objs := rtw8812au.o

ifneq ($(CONFIG_MMC), )
obj-m += rtw_8821cs.o
rtw_8821cs-objs := rtw8821cs.o
endif

obj-m += rtw_8821cu.o
rtw_8821cu-objs := rtw8821cu.o
Expand All @@ -151,8 +156,10 @@ obj-m += rtw_pci.o
rtw_pci-objs := pci.o
endif

ifneq ($(CONFIG_MMC), )
obj-m += rtw_sdio.o
rtw_sdio-objs := sdio.o
endif

obj-m += rtw_usb.o
rtw_usb-objs := usb.o
Expand Down

0 comments on commit fbe849a

Please sign in to comment.