From 623b4ea4082b8be71acaf261435d33fa4488993a Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Wed, 30 Jun 2021 09:52:06 +0800 Subject: [PATCH] overlay/Makefile: Use the unified name rules Since xfs/ext4 uses XFS_DIR/EXT4_DIR in Makefile(also for other filesystems), I think we don't have any reason not to use OVERLAY_DIR in here. Signed-off-by: Yang Xu Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/overlay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/overlay/Makefile b/tests/overlay/Makefile index de3203c2..2785b94d 100644 --- a/tests/overlay/Makefile +++ b/tests/overlay/Makefile @@ -6,8 +6,8 @@ TOPDIR = ../.. include $(TOPDIR)/include/builddefs include $(TOPDIR)/include/buildgrouplist -TEST_DIR = overlay -TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(TEST_DIR) +OVERLAY_DIR = overlay +TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(OVERLAY_DIR) DIRT = group.list default: $(DIRT) -- 2.39.5