Skip to content

Commit

Permalink
Fix Makefile.am after section dir got purged
Browse files Browse the repository at this point in the history
  • Loading branch information
skristiansson authored and olofk committed May 30, 2014
1 parent c199bfa commit 15cf814
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile.am
Expand Up @@ -5,6 +5,7 @@ fusesoc_PYTHON = \
fusesoc/coremanager.py \
fusesoc/fusesocconfigparser.py \
fusesoc/plusargs.py \
fusesoc/section.py \
fusesoc/system.py \
fusesoc/utils.py

Expand All @@ -18,11 +19,6 @@ provider_PYTHON = \

providerdir = $(fusesocdir)/provider

section_PYTHON = \
fusesoc/section/__init__.py

sectiondir = $(fusesocdir)/section

simulator_PYTHON = \
fusesoc/simulator/__init__.py \
fusesoc/simulator/icarus.py \
Expand Down

0 comments on commit 15cf814

Please sign in to comment.