From 9428d4c280242235a952cbeb985f9af79f6306fe Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 6 Mar 2021 00:36:18 +0000 Subject: Adds more libraries to the toolchain sysroot --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 678c804..6b1e355 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ WORKSPACE_DIR := $(shell pwd)/workspace +CONFIG_FILES := $(shell find trimui_config -type f) shell: .build docker run -it --rm -v $(WORKSPACE_DIR):/home/trimui/workspace trimui-toolchain /bin/bash .PHONY: shell -.build: Dockerfile defconfig *.patch +.build: Dockerfile extract_rootfs.sh *.patch $(CONFIG_FILES) docker build -t trimui-toolchain . touch .build -- cgit v1.2.3