diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |