aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/platforms/rhesus/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'roms/skiboot/platforms/rhesus/Makefile.inc')
-rw-r--r--roms/skiboot/platforms/rhesus/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/skiboot/platforms/rhesus/Makefile.inc b/roms/skiboot/platforms/rhesus/Makefile.inc
new file mode 100644
index 000000000..aa66f6aea
--- /dev/null
+++ b/roms/skiboot/platforms/rhesus/Makefile.inc
@@ -0,0 +1,6 @@
+SUBDIRS += $(PLATDIR)/rhesus
+
+RHESUS_OBJS = rhesus.o gpio.o
+RHESUS = $(PLATDIR)/rhesus/built-in.a
+$(RHESUS): $(RHESUS_OBJS:%=$(PLATDIR)/rhesus/%)
+