From b93251d1661fe46fc4c02be7885675eaf3e90858 Mon Sep 17 00:00:00 2001 From: "Ian M." Date: Fri, 18 Sep 2026 02:22:24 +0000 Subject: initial commit Signed-off-by: Ian M. --- atos/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 atos/Makefile (limited to 'atos/Makefile') diff --git a/atos/Makefile b/atos/Makefile new file mode 100644 index 0000000..eea25c3 --- /dev/null +++ b/atos/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (c) 2026, Apollo Telephone Laboratories. +# Provided under the BSD-3 clause. +# + +.PHONY: all +all: boot + +.PHONY: boot +boot: machine + cd boot/$(CONFIG_ARCH)/$(CONFIG_CHIP); $(MAKE) + +.PHONY: machine +machine: + cd arch/$(CONFIG_ARCH)/$(CONFIG_CHIP); $(MAKE) -- cgit v1.2.3