ODROID-C5: net/wireless: fix '$(src)' to absolute path of kernel tree

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I8cf5ce7fce4b7a331366a5e7da0002fa4742996b
This commit is contained in:
Dongjin Kim
2025-07-08 16:04:48 +09:00
parent e7d6837900
commit 902c55c42e

View File

@@ -1,3 +1,5 @@
src := $(srctree)/drivers/net/wireless/realtek/rtl8821CU
ccflags-y += $(USER_EXTRA_CFLAGS)
ccflags-y += -O1
#ccflags-y += -O3