aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/external/pflash/Makefile.dist
blob: 85e41fa643e74eaeee432456f28fa1ed73972085 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
include rules.mk
GET_ARCH = common/get_arch.sh
include common/rules.mk

all: $(EXE)

clean:
	rm -f $(OBJS) *.o
distclean: clean
	rm -f $(EXE)