summaryrefslogtreecommitdiffstats
path: root/Makefile.target
blob: a07149c0a6e499652d791463904c42f5de1f7996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- Mode: makefile -*-

BUILD_DIR?=$(CURDIR)/..

include ../config-host.mak
include config-target.mak
include $(SRC_PATH)/rules.mak

all:
install: all
	
.PHONY: all clean install