make install skeleton

This commit is contained in:
Philippe Teuwen 2019-08-30 21:44:40 +02:00
commit b5f5b9276f
7 changed files with 51 additions and 8 deletions

View file

@ -21,10 +21,11 @@ endif
# Make sure that all is the default target
# (The including Makefile still needs to define what 'all' is)
platform = $(shell uname)
all:
platform = $(shell uname)
PREFIX?=/usr/local
CROSS ?= arm-none-eabi-
CC = $(CROSS)gcc
AS = $(CROSS)as