[Mod] Backup at 23.10.14

This commit is contained in:
gaoyang3513
2024-10-14 15:48:10 +08:00
parent ff8c43208e
commit dbdc68d7ab
7 changed files with 311 additions and 5 deletions

View File

@ -49,7 +49,7 @@ else
all: init
@$(MAKE) modules -C $(KERNEL_DIR) M=$(LOCAL_DIR) -j$(MULTI_CORES)
@$(MAKE) modules_install -C $(KERNEL_DIR) M=$(LOCAL_DIR) INSTALL_MOD_PATH=$(KERNEL_DIR)/_install_modules INSTALL_MOD_DIR=private
# @$(MAKE) modules_install -C $(KERNEL_DIR) M=$(LOCAL_DIR) INSTALL_MOD_PATH=$(KERNEL_DIR)/_install_modules INSTALL_MOD_DIR=private
clean:
# File

View File

@ -49,7 +49,7 @@ else
all: init
@$(MAKE) modules -C $(KERNEL_DIR) M=$(LOCAL_DIR) -j$(MULTI_CORES)
@$(MAKE) modules_install -C $(KERNEL_DIR) M=$(LOCAL_DIR) INSTALL_MOD_PATH=$(KERNEL_DIR)/_install_modules INSTALL_MOD_DIR=private
# @$(MAKE) modules_install -C $(KERNEL_DIR) M=$(LOCAL_DIR) INSTALL_MOD_PATH=$(KERNEL_DIR)/_install_modules INSTALL_MOD_DIR=private
clean:
# File

View File

@ -12,8 +12,8 @@
LOCAL_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
# Subdirectory
PN5180_DIR := 01-NFC_PN5180
CMT2301_DIR := 02-Sub1G_CMT2301
PN5180_DIR := $(LOCAL_DIR)/01-NFC_PN5180
CMT2301_DIR := $(LOCAL_DIR)/02-Sub1G_CMT2301
OUTPUT_DIR := $(LOCAL_DIR)/output
INSTALL_DIR ?= $(LOCAL_DIR)/__install