Skip to content

Commit

Permalink
[DECODER] Add Makefile to build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Jul 26, 2024
1 parent bcdb145 commit 06890dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions target/snitch_cluster/sw/apps/dnn/decoder/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2024 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Luca Colagrande <[email protected]>
# Viviane Potocnik <[email protected]>

APP ?= decoder

include ../../../../../../sw/dnn/common.mk
include ../../common.mk

$(DEP): $(DATA_H)

0 comments on commit 06890dc

Please sign in to comment.