From 5f3ff4ffa5337019f7c9a336790179e8c599ea5e Mon Sep 17 00:00:00 2001
From: GuoWenxue <“guowenxue@gmail.com”>
Date: Mon, 11 Apr 2022 09:50:29 +0800
Subject: [PATCH] update schematic file name

---
 bsp/drivers/users/Makefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bsp/drivers/users/Makefile b/bsp/drivers/users/Makefile
index 436c70d..3c6f3ea 100644
--- a/bsp/drivers/users/Makefile
+++ b/bsp/drivers/users/Makefile
@@ -4,17 +4,17 @@
 #
 #       Filename:  Makefile
 #    Description:  This Makefile used to compile all the drivers here
-#                      
+#
 #        Version:  1.0.0(18/12/2021~)
 #                  Author:  Guo Wenxue <guowenxue@gmail.com>
 #      ChangeLog:  1, Release initial version on "18/12/2021 01:29:33 PM"
-#                       
+#
 #********************************************************************************/
 
 CROSS_COMPILE ?= /opt/buildroot/cortexA7/bin/arm-linux-
 
 LINUX_SRC = ${shell pwd}/../../kernel/linux-imx/
-DRV_PATH ?= ${shell pwd}/../../rootfs/driver/
+DRV_PATH ?= ${shell pwd}/../../images/drivers/
 
 EXTRA_INSTPATH=/tftp
 
@@ -28,11 +28,11 @@
 	@make -C $(LINUX_SRC) M=$(PWD) modules_install INSTALL_MOD_PATH=${DRV_PATH} INSTALL_MOD_STRIP=1
 	@make clear
 
-install: 
+install:
 	cp -af *.ko ${EXTRA_INSTPATH}
 
 clear:
-	@rm -f *.o *.mod* .*.cmd *.symvers *.order 
+	@rm -f *.o *.mod* .*.cmd *.symvers *.order
 
 clean: clear
 	@rm -f  *.ko

--
Gitblit v1.9.1