blob: 2814e8dae1dc52645e4cb25b2648e911da465751 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Generate a baremetal application for the project
NAME = hello_usbdev
SRCS = $(NAME).c
PROGRAM_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
include ${PROGRAM_DIR}/../../exts/common/options.mk
include ${PROGRAM_DIR}/../../exts/common/common.mk